- Atof
double function(SAFile file) Atof;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Error_
void function(SAFile file) Error_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FClose
int function(SAFile file) FClose;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FFlush
int function(SAFile file) FFlush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FOpen
SAFile function(const(char)* filename, const(char)* access) FOpen;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FRead
SAOffset function(void* p, SAOffset size, SAOffset nmemb, SAFile file) FRead;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FSeek
SAOffset function(SAFile file, SAOffset offset, int whence) FSeek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FTell
SAOffset function(SAFile file) FTell;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FWrite
SAOffset function(void* p, SAOffset size, SAOffset nmemb, SAFile file) FWrite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- Remove
int function(SAFile file) Remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.